Html Css Color HEX #265DCB Cerulean Blue

📋 copy color: '#265DCB'

red 38 ◦ green 93 ◦ blue 203

#265DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #265DCB

Tints of Cerulean Blue #265DCB

RGB

 RED value IS 38 (15.23% from 255) = 11.38%

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 11.38%
G = 27.84%
B = 60.78%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#265DCB (or 0x265DCB) is known color: Cerulean Blue. HEX triplet: 26, 5D and CB. RGB value is (38,93,203). Sum of RGB (Red+Green+Blue) = 38+93+203=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #265DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DCB is #D9A234. Grayscale: #585858. Windows color (decimal): -14262837 or 13327654. OLE color: 13327654.

HSL color Cylindrical-coordinate representation of color #265DCB: hue angle of 220º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265DCB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 93 203 -
CMYK 0.81 0.54 0 0.20
HSL 220º 0.68% 0.47% -
HSV(B) 220º 0.81% 0.8% -
XYZ 15.49 12.55 58.11 -
YUV 89.1 192.28 91.56 -
System Red Green Blue C M Y K H S L
Decimal 38 93 203 0.81 0.54 0 0.20 220 0.68 0.47
Hex 26 5D CB 51 36 0 14 DC 44 2F
Octal 46 135 313 121 66 0 24 334 104 57
Binary 100110 1011101 11001011 1010001 110110 0 10100 11011100 1000100 101111

Color Harmonies of #265DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DCB

Black with #265DCB

Text Example


Text Example

White with #265DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265DCB; }

 p { color: rgb(38,93,203); }

 H1.HeaderClassName
 {
   color: #265DCB;
 }
 .AnyTagClassName
 {
   color: #265DCB;
 }
</style>

background-color css

<style>
 a { background-color: #265DCB; }

 a { background-color: rgb(38,93,203); }

 div.DivClassName
 {
   background-color: #265DCB;
 }
 .BgClassName
 {
   background-color: #265DCB;
 }
</style>

border-color css

<style>
 span { border-color: #265DCB; }

 span { border-color: rgb(38,93,203); }

 td.TdClassName
 {
   border-color: #265DCB;
 }
 .TagClassName
 {
   border-color: #265DCB;
 }
</style>